Open
Conversation
Defines AccentColor, InterfaceDensity, TerminalScheme, CodeThemeLight, CodeThemeDark types and AppearanceSettings interface, along with all presets (accent colors, font options, density values, terminal color schemes, code theme options) and DEFAULT_APPEARANCE. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…jection Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces the minimal theme-only selector with a full settings panel: Theme (mode + accent color), Fonts (UI/code font + size), Editor (code highlight themes), Terminal (color scheme), and Accessibility (density + reduce motion). Consumes useAppearance hook and constants from Tasks 1-3. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…tings Replace hardcoded DARK_THEME/LIGHT_THEME constants and isDarkMode() with dynamic lookup via TERMINAL_SCHEMES[scheme] driven by the appearance context, so font size, font family, and color scheme all react to user settings changes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…tings Replace hardcoded "github-light"/"github-dark" shiki themes with configurable values from the appearance context, updating caches to key by theme as well. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Fix react-hooks/set-state-in-effect by using initializer function - Fix @typescript-eslint/no-explicit-any with proper type assertion - Fix prettier formatting issues Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Root font-family now uses var(--font-sans) instead of hardcoded Inter - Root font-size now uses var(--font-size-base) instead of hardcoded 16px - Root line-height now uses var(--density-line-height) - Default uiFontSize changed to 16 to match previous root default - Removed custom font input option from font selects Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…all locales Previous changes overwrote existing translations with English fallbacks. Restores original translations for 8 locales (ja, ko, zh-TW, es, de, fr, pt, ar), adds localized translations for all new appearance setting keys, and removes the unused customFontPlaceholder key. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.